home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
menus
/
dougmenu
/
dmenu.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-10
|
227b
|
17 lines
@echo off
if %1.==. goto error
set t=c:\temp.fil
:loop
c:\menu\dougmenu.exe %1 %2 %3
if errorlevel==2 %t%
if errorlevel==1 goto quit
call %t%
goto loop
:error
echo No menu script was specified.
:quit
set t=